From a3cdca79147338ce08456b32d2a7cb45e3ba9829 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 27 Oct 2005 18:22:45 +0100 Subject: [PATCH] xm help notes that domid can be used in place of domname. Signed-off-by: Daniel Stekloff --- tools/python/xen/xm/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 2949ff157c..9dd5d65111 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -61,6 +61,8 @@ xm common subcommands: top monitor system and domains in real-time unpause unpause a paused domain + can be substituted for in xm subcommands. + For a complete list of subcommands run 'xm help --long' For more help on xm see the xm(1) man page For more help on xm create, see the xmdomain.cfg(5) man page""" @@ -119,6 +121,8 @@ xm full list of subcommands: vnet-create create a vnet from a config file vnet-delete delete a vnet + can be substituted for in xm subcommands. + For a short list of subcommands run 'xm help' For more help on xm see the xm(1) man page For more help on xm create, see the xmdomain.cfg(5) man page""" -- 2.30.2